.firstHalf{
    background-color: #003586 ;
    width: 12%;
    float:left
}
.secondHalf{
background-color: #deedfb;
width: 100%;
 overflow-y: auto;
padding-bottom: 40px;
}
#content{
    display: none;
}
#content .searchIcon{
    font-size: 30px;
 cursor: pointer;
 width: fit-content;
 outline: none !important;
 text-decoration: none !important;
    margin-left: 5px;
   
}
.navcloseIcon{
    font-size: 30px;
}